home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / lab.dxr / 00306.ls < prev    next >
Encoding:
Text File  |  1997-06-09  |  380 b   |  16 lines

  1. on exitFrame
  2.   global end
  3.   if the movieTime of sprite 5 < end then
  4.     if the movieTime of sprite 5 > 720 then
  5.       puppetSprite(6, 1)
  6.       set the castNum of sprite 6 to cast "ARRIVING MARS"
  7.       updateStage()
  8.     end if
  9.     go(the frame - 1)
  10.   else
  11.     set the castNum of sprite 3 to cast "CENTER PANEL OFF"
  12.     puppetSprite(6, 0)
  13.     go("COCKPIT IN", "MARS1")
  14.   end if
  15. end
  16.